projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ad3e8
)
Remove gtk_widget_show_all() call
author
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 14 Dec 2018 20:36:51 +0000
(20:36 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 14 Dec 2018 20:38:03 +0000
(20:38 +0000)
Extraneous chunk from
7601bca7587dd29bde3d1554e644a10ae6dafc18
.
Cherry picked from gtk-3-24, which has a gtk_widget_show_all() function.
gtk/gtkplacesview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacesview.c
b/gtk/gtkplacesview.c
index 88975e641258df72d3c359f3a50859c156b67ecf..635a51dffc4835184a35f59ded516aa3c579bd1e 100644
(file)
--- a/
gtk/gtkplacesview.c
+++ b/
gtk/gtkplacesview.c
@@
-1628,8
+1628,6
@@
populate_available_protocols_grid (GtkGrid *grid)
if (g_strv_contains (supported_protocols, "dav"))
/* Translators: do not translate dav:// and davs:// */
attach_protocol_row_to_grid (grid, _("WebDAV"), _("dav:// or davs://"));
-
- gtk_widget_show_all (GTK_WIDGET (grid));
}
/* Constructs the popup menu if needed */